CardEmu command group
This command group allows to emulate an ISO 14443-3 card.
WARNING: This command set is not available in all Baltech reader firmware variants.
Status codes
BRP status | BRP Library Error Code | Mnemonic | Description |
---|---|---|---|
0x01 | 0x4701 (18177) | CardEmu.CardemuErrNoTag | No tag error. |
0x02 | 0x4702 (18178) | CardEmu.CardemuErrCollision | Collision occurred (status value will be stored with bit position of collision in high nibble). |
0x04 | 0x4704 (18180) | CardEmu.CardemuErrHf | General HF error. |
0x07 | 0x4707 (18183) | CardEmu.CardemuErrFrame | Bit error, parity error or frame error (start /stop bit). |
0x08 | 0x4708 (18184) | CardEmu.CardemuErrCrc | CRC checksum error. |
0x10 | 0x4710 (18192) | CardEmu.CardemuErrCom | Communication error uC - reader chip. |
0x11 | 0x4711 (18193) | CardEmu.CardemuErrBuflen | Remaining data in FIFO / FIFO overflow. |
0x3F | 0x473F (18239) | CardEmu.CardemuErrTimeout | Timeout occurred while waiting for card / APDU command. |